From ab7b9d882ed9db97ae49074c3da3c0431215233b Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Tue, 18 Jun 2019 21:42:40 +0100 Subject: [PATCH] Window: Hyperlink to GtkBuildable from its section --- gtk/gtkwindow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 7f67062061..25b6fc63a5 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -118,7 +118,7 @@ * * # GtkWindow as GtkBuildable * - * The GtkWindow implementation of the GtkBuildable interface supports a + * The GtkWindow implementation of the #GtkBuildable interface supports a * custom element, which supports any number of * elements representing the #GtkAccelGroup objects you want to add to * your window (synonymous with gtk_window_add_accel_group(). @@ -136,7 +136,7 @@ * * ]| * - * The GtkWindow implementation of the GtkBuildable interface supports + * The GtkWindow implementation of the #GtkBuildable interface supports * setting a child as the titlebar by specifying “titlebar” as the “type” * attribute of a element. * -- 2.30.2